home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
rebound.swf
/
scripts
/
frame_8
/
PlaceObject2_298_208
/
CLIPACTIONRECORD onClipEvent(mouseDown).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
262 b
|
9 lines
onClipEvent(mouseDown){
if(this.hitTest(_root._xmouse,_root._ymouse) and _root.ball._visible == false and this._currentframe == 1 and _root.pauses == false)
{
_root.ball._visible = true;
_root.dir = 3;
this.gotoAndStop(2);
}
}